Request.headerValueForeach

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool headerValueForeach(string name, bool delegate(string value) func)
    class Request
    bool
    headerValueForeach
    (
    string name
    ,
    scope bool delegate
    (
    string value
    )
    func
    )
  2. bool headerValueForeach(HTTPHeaderCode code, bool delegate(string value) func)

Meta